home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / clint156.zip / CBCPP20.C < prev    next >
C/C++ Source or Header  |  1992-12-21  |  1KB  |  52 lines

  1. /*        (c) R&D Associates 1991.
  2.         All Rights Reserved.
  3.  
  4.     cbcpp20.c
  5.  
  6. This file should be converted to a Clint definition library by:
  7.  
  8.     clint cbcpp20.c -I/borlandc/include -L cbcpp20 -w0
  9. */
  10.  
  11. #include <windows.h>             /* comment out if no WINDOWS */
  12.  
  13. #include <alloc.h>
  14. #include <assert.h>
  15. #include <bios.h>
  16. #include <conio.h>
  17. #include <ctype.h>
  18. #include <dde.h>                 /* comment out if no WINDOWS */
  19. #include <dir.h>
  20. #include <direct.h>
  21. #include <dos.h>
  22. #include <drivinit.h>            /* comment out if no WINDOWS */
  23. #include <errno.h>
  24. #include <fcntl.h>
  25. #include <float.h>
  26. #include <graphics.h>
  27. #include <io.h>
  28. #include <limits.h>
  29. #include <locale.h>
  30. #include <malloc.h>
  31. #include <math.h>
  32. #include <mem.h>
  33. #include <memory.h>
  34. #include <process.h>
  35. #include <search.h>
  36. #include <setjmp.h>
  37. #include <share.h>
  38. #include <signal.h>
  39. #include <stdarg.h>
  40. #include <stddef.h>
  41. #include <stdio.h>
  42. #include <stdlib.h>
  43. #include <string.h>
  44. #include <time.h>
  45. #include <values.h>
  46.  
  47. #include <sys/stat.h>
  48. #include <sys/timeb.h>
  49. #include <sys/types.h>
  50.  
  51. /* End of file. */
  52.